remove

function remove(value: T): boolean

Remove an element from this collection.

Return

true if the element was successfully removed, false if it was not present in the collection

Since

0.6.0

Parameters

value

the element to remove